How Can I Connect to MySQL Database
Once your MySQL hosting is set up at Cloud Clusters, you can easily connect to your new deployment using a shell terminal, command line syntax, or GUI tools. You can find instructions for MySQL connections in the following documentation.
Connect via Web shell:
The web shell is a shell-like interface that enables a web server to be remotely accessed via command lines. The feature has been integrated in our client panel so you can connect to your MySQL conveniently.
Connect to MySQL via Web shell
Connect via GUI tools:
A GUI tool makes it easy to manage MySQL databases visually, without having to manually type SQL commands. It is much easier to use for beginners. Below we list guidance for connecting MySQL via several commonly-used GUI tools.
Connect to MySQL via phpMyAdmin
Connect to MySQL via WorkBench
Connect via programming languages:
Connections to databases are managed using database drivers, which enable applications written in different programming languages to interact with the database management system. Check the following KB for connecting MySQL via programming languages.
If you have any questions on setting up your connection, the KB Troubleshooting database connection issues might be helpful to solve your issues. If you need further help, or would like to request documentation for a new connection, please reach out to us at support@cloudclusters.io.